Kernel Selection
Kernel Selection
To select a computational kernel to achieve an opeartion in a computational graph, which can either be
- CUDA Kernel
- CUDA Kernel after fusion
- Library call to cuBLAS, cuDNN, CASK, ...
The CUDA kernel is generated from Kernel Generation.